-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce Resource Sharing Policy Management Component #416
Open
BimsaraBodaragama
wants to merge
58
commits into
wso2-extensions:main
Choose a base branch
from
BimsaraBodaragama:component/resource-sharing-policy-mgt
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Introduce Resource Sharing Policy Management Component #416
BimsaraBodaragama
wants to merge
58
commits into
wso2-extensions:main
from
BimsaraBodaragama:component/resource-sharing-policy-mgt
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…licy record and shared resource attributes by resource sharing policy id
… attributes rather than deleting it from record id since that way of deletion is not currently needed.
… attributes rather than deleting it from record id since that way of deletion is not currently needed - Part 2.
…yManagement component
dhaura
reviewed
Nov 26, 2024
components/org.wso2.carbon.identity.organization.resource.sharing.policy.management/pom.xml
Show resolved
Hide resolved
dhaura
reviewed
Nov 26, 2024
components/org.wso2.carbon.identity.organization.resource.sharing.policy.management/pom.xml
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #416 +/- ##
============================================
+ Coverage 47.14% 49.33% +2.19%
- Complexity 1074 1170 +96
============================================
Files 125 128 +3
Lines 7021 7270 +249
Branches 849 858 +9
============================================
+ Hits 3310 3587 +277
+ Misses 3403 3378 -25
+ Partials 308 305 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…stead of ExecuteQuery
…Record instead of ExecuteQuery
…pply the required validations.
…olicy code in to a more intuitive manner.
AnuradhaSK
reviewed
Dec 20, 2024
...ity/organization/resource/sharing/policy/management/ResourceSharingPolicyHandlerService.java
Outdated
Show resolved
Hide resolved
AnuradhaSK
reviewed
Dec 20, 2024
...ity/organization/resource/sharing/policy/management/ResourceSharingPolicyHandlerService.java
Outdated
Show resolved
Hide resolved
AnuradhaSK
reviewed
Dec 20, 2024
...ity/organization/resource/sharing/policy/management/ResourceSharingPolicyHandlerService.java
Outdated
Show resolved
Hide resolved
AnuradhaSK
reviewed
Dec 20, 2024
...organization/resource/sharing/policy/management/ResourceSharingPolicyHandlerServiceImpl.java
Outdated
Show resolved
Hide resolved
AnuradhaSK
reviewed
Dec 20, 2024
...ity/organization/resource/sharing/policy/management/ResourceSharingPolicyHandlerService.java
Outdated
Show resolved
Hide resolved
AnuradhaSK
reviewed
Dec 20, 2024
...organization/resource/sharing/policy/management/ResourceSharingPolicyHandlerServiceImpl.java
Outdated
Show resolved
Hide resolved
AnuradhaSK
reviewed
Dec 23, 2024
...bon/identity/organization/resource/sharing/policy/management/constant/OrganizationScope.java
Show resolved
Hide resolved
AnuradhaSK
reviewed
Dec 23, 2024
...2/carbon/identity/organization/resource/sharing/policy/management/constant/ResourceType.java
Outdated
Show resolved
Hide resolved
AnuradhaSK
reviewed
Dec 23, 2024
...2/carbon/identity/organization/resource/sharing/policy/management/constant/ResourceType.java
Outdated
Show resolved
Hide resolved
AnuradhaSK
reviewed
Dec 23, 2024
...nization/resource/sharing/policy/management/ResourceSharingPolicyHandlerServiceImplTest.java
Show resolved
Hide resolved
AnuradhaSK
reviewed
Dec 23, 2024
...rbon/identity/organization/resource/sharing/policy/management/util/ResourceSharingUtils.java
Outdated
Show resolved
Hide resolved
AnuradhaSK
reviewed
Dec 23, 2024
...ganization/resource/sharing/policy/management/model/ResourceSharingPolicyWithAttributes.java
Show resolved
Hide resolved
AnuradhaSK
reviewed
Dec 23, 2024
...nization/resource/sharing/policy/management/exception/ResourceSharingPolicyMgtException.java
Outdated
Show resolved
Hide resolved
… instead of boolean.
…ingPolicyWithAttributes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds a new component to manage resource-sharing policies between organizations in the WSO2 Identity Server. It enables defining, storing, and retrieving resource-sharing policies for users, applications, and identity providers.
Purpose
Goals
Approach
Release note
Documentation
Test environment
Related Issue
Introduce a Centralized Resource Sharing Policy Management Service #21815